org.eclipse.vtp.framework.interactions.core.conversation
Interface IFinal
- All Superinterfaces:
- IInteraction
public interface IFinal
- extends IInteraction
An interaction run at the beginning of a conversation.
- Author:
- Lonnie Pryor
|
Method Summary |
void |
setVariableValue(java.lang.String variableName,
java.lang.String variableValue)
Sets the value of a variable configured on this interaction. |
setVariableValue
void setVariableValue(java.lang.String variableName,
java.lang.String variableValue)
- Sets the value of a variable configured on this interaction.
- Parameters:
variableName - The name of the variable to set the value of.variableValue - The value to set the variable to.